GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-06T21:03:40.708146+00:00",
"SubmitDate": "2025-12-06T21:03:40.708146+00:00",
"ReportPeriodStart": "2025-12-06T21:03:40.708146+00:00",
"ReportPeriodEnd": "2025-12-06T21:03:40.708146+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cb03d586-3eee-4d01-9d4d-9558dd121c6e",
"Rows": [
{
"ItemId": "e464d5e2-2638-4189-af04-cfa964af705b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e464d5e2-2638-4189-af04-cfa964af705b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cb03d586-3eee-4d01-9d4d-9558dd121c6e",
"Rows": [
{
"ItemId": "e464d5e2-2638-4189-af04-cfa964af705b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e464d5e2-2638-4189-af04-cfa964af705b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e2f1e74c-a366-41be-aa07-368dafd522d5",
"fdc8c9cf-ae23-4016-8345-5b4e92ad22e4"
],
"Approvers": [
"28e7c227-c538-447a-864c-ada42af8f319",
"5999bebe-faf2-4aba-a061-1861f107b9d7"
],
"ApprovedBy": "da0f0e9f-a039-4fb9-b924-a6be758f5df3",
"ApprovalDate": "2025-12-06T21:03:40.708146+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1373e50f-ac83-44c5-a3af-90c35af9c718",
"id": "eb7f189e-7adc-40b7-aff7-c0b90337fd3c",
"ConfigId": "15c806aa-bc1f-4028-a114-c65dd81f67c0"
},
{
"GenerationDate": "2025-12-06T21:03:40.708146+00:00",
"SubmitDate": "2025-12-06T21:03:40.708146+00:00",
"ReportPeriodStart": "2025-12-06T21:03:40.708146+00:00",
"ReportPeriodEnd": "2025-12-06T21:03:40.708146+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cb03d586-3eee-4d01-9d4d-9558dd121c6e",
"Rows": [
{
"ItemId": "e464d5e2-2638-4189-af04-cfa964af705b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e464d5e2-2638-4189-af04-cfa964af705b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cb03d586-3eee-4d01-9d4d-9558dd121c6e",
"Rows": [
{
"ItemId": "e464d5e2-2638-4189-af04-cfa964af705b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e464d5e2-2638-4189-af04-cfa964af705b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e2f1e74c-a366-41be-aa07-368dafd522d5",
"fdc8c9cf-ae23-4016-8345-5b4e92ad22e4"
],
"Approvers": [
"28e7c227-c538-447a-864c-ada42af8f319",
"5999bebe-faf2-4aba-a061-1861f107b9d7"
],
"ApprovedBy": "da0f0e9f-a039-4fb9-b924-a6be758f5df3",
"ApprovalDate": "2025-12-06T21:03:40.708146+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1373e50f-ac83-44c5-a3af-90c35af9c718",
"id": "eb7f189e-7adc-40b7-aff7-c0b90337fd3c",
"ConfigId": "15c806aa-bc1f-4028-a114-c65dd81f67c0"
}
]